home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00393_Script_toggle
< prev
Wrap
Text File
|
1999-05-31
|
393b
|
12 lines
on mousedown
if the movierate of sprite 6 = 0 then
puppetsprite 101,true
set the membernum of sprite 101 to the number of member "stop" of castlib "eb.cst"
set the movierate of sprite 6 to 1
updatestage
else
set the membernum of sprite 101 to the number of member "play" of castlib "eb.cst"
set the movierate of sprite 6 to 0
updatestage
end if
end